home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Tutorial
/
Cookbook
/
32.Math
/
Math.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
410b
|
25 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
#import <appkit/Control.h>
#import <appkit/Panel.h>
@interface Math:Object
{
id firstLineText;
id secondLineText;
id operand;
id maxNumberText;
int firstLine, secondLine;
int maxNumber;
}
- setFirstLineText:anObject;
- setSecondLineText:anObject;
- setOperand:anObject;
- setMaxNumberText:anObject;
- Input:sender;
@end